Matthias Clasen [Wed, 17 Oct 2007 03:51:50 +0000 (03:51 +0000)]
Updates
svn path=/trunk/; revision=18923
Matthias Clasen [Wed, 17 Oct 2007 03:36:42 +0000 (03:36 +0000)]
Move GtkFileSelection to deprecated section. (#476920, Matthew Barnes)
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-docs.sgml: Move GtkFileSelection to deprecated
section. (#476920, Matthew Barnes)
svn path=/trunk/; revision=18922
Matthias Clasen [Wed, 17 Oct 2007 03:33:21 +0000 (03:33 +0000)]
Document GtkTreeModelForeach parameters. (#
4777074, Ross Burton)
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtktreemodel.sgml: Document GtkTreeModelForeach
parameters. (#
4777074, Ross Burton)
svn path=/trunk/; revision=18921
Matthias Clasen [Wed, 17 Oct 2007 03:24:28 +0000 (03:24 +0000)]
Update the doc
svn path=/trunk/; revision=18920
Matthias Clasen [Wed, 17 Oct 2007 03:09:12 +0000 (03:09 +0000)]
Update the docs for the ::text-column property. (#352643, Josselin
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentrycompletion.c: Update the docs for the
::text-column property. (#352643, Josselin Mouette)
svn path=/trunk/; revision=18919
Matthias Clasen [Wed, 17 Oct 2007 02:40:47 +0000 (02:40 +0000)]
Avoid a critical warning. (#456676, Campbell Barton)
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdnd.c (gtk_drag_drop_finished): Avoid a critical
warning. (#456676, Campbell Barton)
svn path=/trunk/; revision=18918
Yevgen Muntyan [Tue, 16 Oct 2007 22:35:26 +0000 (22:35 +0000)]
Fixed typo in icon_size_lookup_intern() - colon instead of semicolon
svn path=/trunk/; revision=18917
Matthias Clasen [Tue, 16 Oct 2007 20:08:31 +0000 (20:08 +0000)]
Be more careful when handling (GtkIconSize)-1. (#456137, Harry Lu, Chris
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gkt/gtkiconsize.c: Be more careful when handling
(GtkIconSize)-1. (#456137, Harry Lu, Chris Wang, et al)
svn path=/trunk/; revision=18916
Matthias Clasen [Tue, 16 Oct 2007 18:42:04 +0000 (18:42 +0000)]
Use better magic. (#339877, Bastien Nocera)
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* io-wbmp.c: Use better magic. (#339877, Bastien Nocera)
svn path=/trunk/; revision=18915
Matthias Clasen [Tue, 16 Oct 2007 17:33:16 +0000 (17:33 +0000)]
Improve the docs. (#486155, Owen Taylor)
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextiter.c (gtk_text_iter_forward_line): Improve
the docs. (#486155, Owen Taylor)
svn path=/trunk/; revision=18914
Matthias Clasen [Tue, 16 Oct 2007 17:29:30 +0000 (17:29 +0000)]
Change testcase to not update screen information on configure-event, since
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* tests/testxinerama.c: Change testcase to not update
screen information on configure-event, since it hides
information for all available screens but add a button
to query current monitor instead (#485437, Frederic Crozat)
svn path=/trunk/; revision=18913
Matthias Clasen [Tue, 16 Oct 2007 17:25:55 +0000 (17:25 +0000)]
Actually use the utf-8 version of the filename. (#485301, Takao Fujiwara)
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprinteroptionwidget.c (update_widgets): Actually use
the utf-8 version of the filename. (#485301, Takao Fujiwara)
svn path=/trunk/; revision=18912
Matthias Clasen [Tue, 16 Oct 2007 15:31:21 +0000 (15:31 +0000)]
Updates
svn path=/trunk/; revision=18911
Yair Hershkovitz [Mon, 15 Oct 2007 22:34:31 +0000 (22:34 +0000)]
updated hebrew translation
svn path=/trunk/; revision=18910
Loïc Minier [Mon, 15 Oct 2007 13:26:34 +0000 (13:26 +0000)]
Fix "cannot open display" error message when display is set by the DISPLAY
2007-10-15 Loïc Minier <lool@dooz.org>
* gtk/gtkmain.c: (gtk_init): Fix "cannot open display" error message
when display is set by the DISPLAY env var. (#486636, Mike Hommey)
svn path=/trunk/; revision=18909
Johan Dahlin [Sat, 13 Oct 2007 21:54:22 +0000 (21:54 +0000)]
fix typo
svn path=/trunk/; revision=18908
Johan Dahlin [Sat, 13 Oct 2007 18:07:32 +0000 (18:07 +0000)]
signal_name instead of signal. (#486360, Xavier Claessens)
2007-10-13 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert
(GtkBuilderConverter._add_action_from_menuitem): signal_name instead
of signal. (#486360, Xavier Claessens)
svn path=/trunk/; revision=18907
Matthias Clasen [Fri, 12 Oct 2007 04:31:04 +0000 (04:31 +0000)]
Avoid double-free problems
svn path=/trunk/; revision=18906
Vincent van Adrighem [Thu, 11 Oct 2007 18:27:06 +0000 (18:27 +0000)]
Translation updated by Tino Meinen.
2007-10-11 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
svn path=/trunk/; revision=18905
Emmanuele Bassi [Wed, 10 Oct 2007 09:31:36 +0000 (09:31 +0000)]
Document that you need to unref the returned GdkPixbuf. (#484132,
2007-10-10 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentmanager.c (gtk_recent_info_get_icon): Document
that you need to unref the returned GdkPixbuf. (#484132,
Christian Persch)
(build_recent_info): Use g_slist_prepend() when building
the applications list.
svn path=/trunk/; revision=18904
Emmanuele Bassi [Wed, 10 Oct 2007 08:09:13 +0000 (08:09 +0000)]
Convert the format to the current locale before passing it to strtime().
2007-10-10 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Convert
the format to the current locale before passing it to
strtime(). Fixes corrupt dates with non-UTF8 encodings on
OpenSolaris. (#465380, Takao Fujiwara)
svn path=/trunk/; revision=18903
Emmanuele Bassi [Wed, 10 Oct 2007 08:02:16 +0000 (08:02 +0000)]
Fix the time_t typecasting on OpenSolaris. (#465380, Takao Fujiwara)
2007-10-10 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Fix the
time_t typecasting on OpenSolaris. (#465380, Takao Fujiwara)
svn path=/trunk/; revision=18902
Matthias Clasen [Wed, 10 Oct 2007 03:34:40 +0000 (03:34 +0000)]
Fix echo handling
svn path=/trunk/; revision=18901
Michael Terry [Wed, 10 Oct 2007 02:13:20 +0000 (02:13 +0000)]
update io translation
svn path=/trunk/; revision=18900
Kristian Rietveld [Tue, 9 Oct 2007 19:40:14 +0000 (19:40 +0000)]
make sure the new cursor node is visible when we are done. (Fixes #472965,
2007-10-09 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): make
sure the new cursor node is visible when we are done. (Fixes #472965,
Carlos Garnacho).
svn path=/trunk/; revision=18899
Kristian Rietveld [Tue, 9 Oct 2007 17:08:18 +0000 (17:08 +0000)]
we should only "don't move the cursor, but just select the current node"
2007-10-09 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): we should
only "don't move the cursor, but just select the current node" if the
cursor node is actually selectable. (Fixes #483730, reported by
Geoff Bache).
svn path=/trunk/; revision=18898
Richard Hult [Mon, 8 Oct 2007 17:50:26 +0000 (17:50 +0000)]
Implement, patch from Paul Davis.
2007-10-08 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c: (gdk_window_focus): Implement,
patch from Paul Davis.
svn path=/trunk/; revision=18897
Richard Hult [Mon, 8 Oct 2007 17:37:44 +0000 (17:37 +0000)]
Ignore if there are no changes, fixes bug #467269. Patch from Jonathan
2007-10-08 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal):
Ignore if there are no changes, fixes bug #467269. Patch from
Jonathan Dempsey.
svn path=/trunk/; revision=18896
Richard Hult [Mon, 8 Oct 2007 17:30:02 +0000 (17:30 +0000)]
Patch from Paul Davis to implement this in terms of scrollRect, fixes bug
2007-10-08 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal):
Patch from Paul Davis to implement this in terms of scrollRect,
fixes bug #478377.
svn path=/trunk/; revision=18895
Priit Laes [Mon, 8 Oct 2007 16:49:35 +0000 (16:49 +0000)]
Translation update by Ivar Smolin.
2007-10-08 Priit Laes <plaes@svn.gnome.org>
* et.po: Translation update by Ivar Smolin.
svn path=/trunk/; revision=18894
Cody Russell [Mon, 8 Oct 2007 15:02:23 +0000 (15:02 +0000)]
Fix memory leak, and fix two instances where a GtkRequisition and a
2007-10-08 Cody Russell <bratsche@gnome.org>
* modules/engines/ms-windows/msw_style.c:
(draw_tab): Fix memory leak, and fix two instances where
a GtkRequisition and a GtkBorder were being freed with
g_free() rather than gtk_requisition_free() and
gtk_border_free(). (#484730, Daniel Atallah)
svn path=/trunk/; revision=18893
Cody Russell [Mon, 8 Oct 2007 14:49:26 +0000 (14:49 +0000)]
Fix a typo in GdkEventGrabBroken where it said "@grab_window id NULL" and
2007-10-08 Cody Russell <bratsche@gnome.org>
* docs/reference/gdk/tmpl/event_structs.sgml:
Fix a typo in GdkEventGrabBroken where it said
"@grab_window id NULL" and should say
"@grab_window is NULL". (#484650, Chris Lord)
svn path=/trunk/; revision=18892
Kristian Rietveld [Mon, 8 Oct 2007 12:44:35 +0000 (12:44 +0000)]
don't "corrupt" all iterators by reversing the list after adding the
2007-10-08 Kristian Rietveld <kris@imendio.com>
* gtk/gtkfilesystemmodel.c (got_root_folder_cb),
(get_children_get_folder_cb): don't "corrupt" all iterators by
reversing the list after adding the items. Reversing the list isn't
needed anyway as the order of the items in the model does not matter.
(Fixes #327243, comment 10).
svn path=/trunk/; revision=18891
Kristian Rietveld [Mon, 8 Oct 2007 12:39:02 +0000 (12:39 +0000)]
Fix #482841, patch by Karl Tomlinson.
2007-10-08 Kristian Rietveld <kris@imendio.com>
Fix #482841, patch by Karl Tomlinson.
* gtk/gtktooltip.c (gtk_tooltip_display_closed): use g_object_set_data
instead of g_object_set ...
(_gtk_tooltip_toggle_keyboard_mode),
(_gtk_tooltip_handle_event): connect to GdkDisplay::closed after
creating tooltip.
svn path=/trunk/; revision=18890
Matthias Clasen [Sun, 7 Oct 2007 18:22:39 +0000 (18:22 +0000)]
Don't hardcode echo -n
svn path=/trunk/; revision=18889
Matthias Clasen [Sun, 7 Oct 2007 18:17:41 +0000 (18:17 +0000)]
Fix some live cycle issues
svn path=/trunk/; revision=18888
Matthias Clasen [Sun, 7 Oct 2007 16:14:10 +0000 (16:14 +0000)]
Add a little more docs
svn path=/trunk/; revision=18887
Murray Cumming [Fri, 5 Oct 2007 08:18:43 +0000 (08:18 +0000)]
Revert the change on 2007-04-29 (Also check the default handler when
2007-10-05 Murray Cumming <murrayc@murrayc.com>
* gtk/gtkprintoperation.c: (print_pages_idle):
Revert the change on 2007-04-29 (Also check
the default handler when deciding whether to emit the
paginate signal. (#345345, Yevgen Muntyan)).
This stopped printing from working in gtkmm, and is apparently
not appropriate anyway. Bug #482089.
svn path=/trunk/; revision=18885
Hiroyuki Ikezoe [Fri, 5 Oct 2007 03:08:55 +0000 (03:08 +0000)]
Use g_object_ref() instead of gtk_widget_ref(). (#483563)
2007-10-05 Hiroyuki Ikezoe <poincare@ikezoe.net>
* gtk/gtkdnd.c: Use g_object_ref() instead of gtk_widget_ref().
(#483563)
svn path=/trunk/; revision=18884
Emmanuele Bassi [Thu, 4 Oct 2007 22:52:13 +0000 (22:52 +0000)]
Iterate on the proxies we hold when we change the sorting function and the
2007-10-04 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentaction.c:
(gtk_recent_action_set_sort_func), (set_current_filter): Iterate
on the proxies we hold when we change the sorting function and
the filter.
(gtk_recent_action_connect_proxy),
(gtk_recent_action_create_menu): Set the GtkRecentChooser:filter
property when we create/connect a proxy chooser. Thanks to
Jonh Wendell for pointing this bug out on gtk-list.
(gtk_recent_chooser_set_property): Bail out without iterating
over the proxies when there's no need to.
svn path=/trunk/; revision=18883
Luca Ferretti [Thu, 4 Oct 2007 14:07:31 +0000 (14:07 +0000)]
Updated Italian translation.
2007-10-04 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=18882
Matthias Clasen [Thu, 4 Oct 2007 12:52:46 +0000 (12:52 +0000)]
Add a second volume button.
2007-10-04 Matthias Clasen <mclasen@redhat.com>
* tests/testvolumebutton.c: Add a second volume button.
* gtk/gtkscalebutton.c: Doh, don't release grabs we don't hold.
(#478371, reported by Bill Nottingham)
svn path=/trunk/; revision=18881
Loïc Minier [Thu, 4 Oct 2007 07:40:55 +0000 (07:40 +0000)]
Fix warnings and display of modified date / time in filechooser for some
2007-10-04 Loïc Minier <lool@dooz.org>
* gtk/gtkfilechooserdefault.c: (list_mtime_data_func): Fix warnings
and display of modified date / time in filechooser for some locales as
it was missing a locale to UTF-8 conversion. Fixes #482504.
svn path=/trunk/; revision=18880
Luca Ferretti [Thu, 4 Oct 2007 07:10:59 +0000 (07:10 +0000)]
Added EURO sign to font preview text.
2007-10-04 Luca Ferretti <elle.uca@libero.it>
* it.po: Added EURO sign to font preview text.
svn path=/trunk/; revision=18879
Xan Lopez [Wed, 3 Oct 2007 19:49:40 +0000 (19:49 +0000)]
remove duplicated declaration of gtk_notebook_create_window. Patch by
2007-10-03 Xan Lopez <xan@gnome.org>
* gtk/gtknotebook.c: remove duplicated declaration of
gtk_notebook_create_window. Patch by Hiroyuki Ikezoe (#482837)
svn path=/trunk/; revision=18878
Yannig MARCHEGAY [Wed, 3 Oct 2007 16:31:58 +0000 (16:31 +0000)]
Updated Occitan translation
svn path=/trunk/; revision=18877
Luca Ferretti [Tue, 2 Oct 2007 20:45:50 +0000 (20:45 +0000)]
Updated Italian translation.
2007-10-02 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=18876
Richard Hult [Tue, 2 Oct 2007 17:51:06 +0000 (17:51 +0000)]
Don't do anything while in fullscreen mode. (gdk_window_set_decorations):
2007-10-02 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c: (gdk_window_move),
(gdk_window_resize): Don't do anything while in fullscreen mode.
(gdk_window_set_decorations): Update the size of the window after
showing/hiding the title bar so the size of the content area
doesn't change.
(gdk_window_get_decorations): NSBorderlessWindowMask is 0, so
don't try to check it as a bit being set.
(gdk_window_fullscreen), (gdk_window_unfullscreen): Implement.
svn path=/trunk/; revision=18875
Federico Mena Quintero [Tue, 2 Oct 2007 15:50:27 +0000 (15:50 +0000)]
455284 - Focus or toggle location entry
2007-10-02 Federico Mena Quintero <federico@novell.com>
Fix http://bugzilla.gnome.org/show_bug.cgi?id=455284 - In the file
chooser, Ctrl-L should switch to the location entry. If we are
already on the location entry, turn it off. Based on a patch by
Jaap A. Haitsma <jaap@haitsma.org> and an idea by Wouter
Bolsterlee.
* gtk/gtkfilechooserdefault.c (location_button_toggled_cb): Call
location_mode_set() directly instead of using toggle_location_mode().
(toggle_location_mode): Removed.
(location_toggle_popup_handler): If the file entry is not visible,
show it. If it is visible, turn it off only if it is focused.
Otherwise, switch to the entry.
Signed-off-by: Federico Mena Quintero <federico@gnu.org>
svn path=/trunk/; revision=18874
Tim Janik [Mon, 1 Oct 2007 18:26:45 +0000 (18:26 +0000)]
docs/reference/gtk/tmpl/gtkmenu.sgml: more wording fixups from Owen Taylor.
svn path=/trunk/; revision=18873
20:21:28 Tim Janik [Mon, 1 Oct 2007 18:21:54 +0000 (18:21 +0000)]
reworded push_in description with Owen's help, fixes bug #482034.
2007-10-01 20:21:28 Tim Janik <timj@imendio.com>
* gtk/tmpl/gtkmenu.sgml: reworded push_in description with Owen's
help, fixes bug #482034.
svn path=/trunk/; revision=18872
Kristian Rietveld [Mon, 1 Oct 2007 09:04:57 +0000 (09:04 +0000)]
fix up if-condition to only set the true arrow type if show_sort_indicator
2007-10-01 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
fix up if-condition to only set the true arrow type if
show_sort_indicator is TRUE. (#448343, reported by Emil Nowak).
svn path=/trunk/; revision=18871
Luca Ferretti [Sat, 29 Sep 2007 09:39:48 +0000 (09:39 +0000)]
Updated Italian translation
2007-09-29 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation
svn path=/trunk/; revision=18870
Changwoo Ryu [Sat, 29 Sep 2007 08:31:29 +0000 (08:31 +0000)]
Updated Korean translation.
2007-09-29 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
svn path=/trunk/; revision=18869
Luca Ferretti [Thu, 27 Sep 2007 13:00:34 +0000 (13:00 +0000)]
Updated Italian translation fixing some access keys
2007-09-27 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation fixing some access keys
svn path=/trunk/; revision=18868
Iñaki Larrañaga Murgoitio [Wed, 26 Sep 2007 17:05:49 +0000 (17:05 +0000)]
svn path=/trunk/; revision=18867
svn path=/trunk/; revision=18867
Iñaki Larrañaga Murgoitio [Wed, 26 Sep 2007 17:02:33 +0000 (17:02 +0000)]
svn path=/trunk/; revision=18866
svn path=/trunk/; revision=18866
Emmanuele Bassi [Tue, 25 Sep 2007 20:59:15 +0000 (20:59 +0000)]
Fixes for bug #480123.
2007-09-25 Emmanuele Bassi <ebassi@gnome.org>
Fixes for bug #480123.
* gtk/gtksearchenginesimple.c:
(gtk_search_engine_simple_dispose), (search_thread_done_idle): Cancel
the file tree walking thread when disposing the search engine
implementation.
* gtk/gtkfilechooserdefault.c (search_stop_searching): Forcibly
stop the search engine implementation when stopping the search,
instead of just unreffing the object.
svn path=/trunk/; revision=18865
Kristian Rietveld [Mon, 24 Sep 2007 18:23:01 +0000 (18:23 +0000)]
add extra NULL check for tooltipsdata to avoid code fiddling with
2007-09-24 Kristian Rietveld <kris@imendio.com>
* gtk/gtktooltips.c (gtk_tooltips_set_tip): add extra NULL check
for tooltipsdata to avoid code fiddling with active_tips_data
from crashing. (Fixes #460194, Peter Wright, Matthijs De Smedt).
svn path=/trunk/; revision=18864
Matic Žgur [Mon, 24 Sep 2007 17:13:40 +0000 (17:13 +0000)]
Updated Slovenian translation
svn path=/trunk/; revision=18863
Matthias Clasen [Mon, 24 Sep 2007 17:12:33 +0000 (17:12 +0000)]
correct a comment
svn path=/trunk/; revision=18862
Matic Žgur [Mon, 24 Sep 2007 17:11:37 +0000 (17:11 +0000)]
Updated Slovenian translation
svn path=/trunk/; revision=18861
Tor Lillqvist [Mon, 24 Sep 2007 13:45:40 +0000 (13:45 +0000)]
Set the GtkWin32EmbedWidget we create here as modal. Fixes #389358.
2007-09-24 Tor Lillqvist <tml@novell.com>
* gtk/gtkprintoperation-win32.c (pageDlgProc): Set the
GtkWin32EmbedWidget we create here as modal. Fixes #389358.
svn path=/trunk/; revision=18860
Vincent van Adrighem [Sun, 23 Sep 2007 16:38:01 +0000 (16:38 +0000)]
Translation updated by Tino Meinen.
2007-09-23 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
svn path=/trunk/; revision=18859
Takeshi AIHANA [Sun, 23 Sep 2007 01:59:58 +0000 (01:59 +0000)]
Fixed wrong translation.
2007-09-23 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Fixed wrong translation.
svn path=/trunk/; revision=18858
Ihar Hrachyshka [Sat, 22 Sep 2007 15:30:06 +0000 (15:30 +0000)]
Updated Belarusian Latin translations.
svn path=/trunk/; revision=18857
Changwoo Ryu [Sat, 22 Sep 2007 07:03:05 +0000 (07:03 +0000)]
Updated Korean translation.
2007-09-22 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
svn path=/trunk/; revision=18856
Manish Singh [Fri, 21 Sep 2007 21:14:56 +0000 (21:14 +0000)]
gtk/gtkstyle.c (option_menu_get_props) use gtk_requisition_free() instead
2007-09-21 Manish Singh <yosh@gimp.org>
* gtk/gtkstyle.c (option_menu_get_props)
* gtk/gtkoptionmenu.c (gtk_option_menu_get_props): use
gtk_requisition_free() instead of g_free() for freeing
requisitions.
svn path=/trunk/; revision=18855
Matthias Clasen [Fri, 21 Sep 2007 15:38:29 +0000 (15:38 +0000)]
Some more fixed to prevent segfaults with missing or nonsensical ranges.
2007-09-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintoperation.c (print_pages_idle): Some more
fixed to prevent segfaults with missing or nonsensical ranges.
svn path=/trunk/; revision=18854
Jean Brefort [Fri, 21 Sep 2007 14:50:06 +0000 (14:50 +0000)]
abort printing when the range is NULL. (#478803)
2007-09-21 Jean Brefort <jean.brefort@normalesup.org>
* gtk/gtkprintoperation.c: (print_pages_idle): abort printing
when the range is NULL. (#478803)
svn path=/trunk/; revision=18853
Michael Natterer [Fri, 21 Sep 2007 14:29:59 +0000 (14:29 +0000)]
merged patch from maemo-gtk which handles failed keynav correctly also
2007-09-21 Michael Natterer <mitch@imendio.com>
* gtk/gtktextview.c (gtk_text_view_move_cursor_internal)
(gtk_text_view_move_viewport): merged patch from maemo-gtk which
handles failed keynav correctly also when the cursor is invisible.
(Tommi Komulainen)
svn path=/trunk/; revision=18852
Michael Natterer [Fri, 21 Sep 2007 14:29:08 +0000 (14:29 +0000)]
merged patch from maemo-gtk which handles failed keynav correctly also
2007-09-21 Michael Natterer <mitch@imendio.com>
* gtk/gtktextview.c (gtk_text_view_move_cursor_internal)
(gtk_text_view_move_viewport): merged patch from maemo-gtk which
handles failed keynav correctly also when the cursor is invisible.
(Tommi Komulainen)
svn path=/trunk/; revision=18851
Matthias Clasen [Fri, 21 Sep 2007 14:19:19 +0000 (14:19 +0000)]
Forgotten file
svn path=/trunk/; revision=18850
Matthias Clasen [Fri, 21 Sep 2007 14:17:53 +0000 (14:17 +0000)]
Remove trailing commas
svn path=/trunk/; revision=18849
Cody Russell [Thu, 20 Sep 2007 16:51:16 +0000 (16:51 +0000)]
Override draw_layout method in GtkStyle in order to adjust by 2 pixels any
2007-09-20 Cody Russell <bratsche@gnome.org>
* modules/engines/ms-windows/msw_style.c: Override draw_layout
method in GtkStyle in order to adjust by 2 pixels any labels
that are in GtkNotebook tabs using XP theme, so that they appear
correctly centered. (#478637)
svn path=/trunk/; revision=18848
Michael Terry [Wed, 19 Sep 2007 00:12:14 +0000 (00:12 +0000)]
Add partial Ido (io) translation
svn path=/trunk/; revision=18847
Emmanuele Bassi [Tue, 18 Sep 2007 21:48:01 +0000 (21:48 +0000)]
Search libtrackerclient.so.0 as libtracker changed the shared library
2007-09-18 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtksearchenginetracker.c: Search libtrackerclient.so.0
as libtracker changed the shared library name. (#478173,
Michael Kuhn)
svn path=/trunk/; revision=18846
Luca Ferretti [Tue, 18 Sep 2007 07:39:43 +0000 (07:39 +0000)]
Updated Italian translation.
2007-09-18 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=18845
Luca Ferretti [Tue, 18 Sep 2007 07:29:41 +0000 (07:29 +0000)]
Updated Italian translation.
2007-09-18 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=18844
Yang Zhang [Tue, 18 Sep 2007 06:28:23 +0000 (06:28 +0000)]
Updated zh_CN translation from WangJian
svn path=/trunk/; revision=18843
Hans Breuer [Mon, 17 Sep 2007 19:53:54 +0000 (19:53 +0000)]
svn path=/trunk/; revision=18842
svn path=/trunk/; revision=18842
Josep Puigdemont i Casamajó [Mon, 17 Sep 2007 19:51:07 +0000 (19:51 +0000)]
Updated Catalan translation.
svn path=/trunk/; revision=18841
Josep Puigdemont i Casamajó [Mon, 17 Sep 2007 19:02:52 +0000 (19:02 +0000)]
Updated Catalan translation.
svn path=/trunk/; revision=18840
Djihed Afifi [Mon, 17 Sep 2007 16:37:54 +0000 (16:37 +0000)]
Updated Arabic Translation by Djihed Afifi.
svn path=/trunk/; revision=18839
Gintautas Miliauskas [Mon, 17 Sep 2007 09:40:56 +0000 (09:40 +0000)]
Updated Lithuanian translation.
2007-09-17 Gintautas Miliauskas <gintas@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=18838
Pramod Raghavendra [Mon, 17 Sep 2007 07:50:04 +0000 (07:50 +0000)]
updated (again) kn translations
svn path=/trunk/; revision=18837
Pramod Raghavendra [Mon, 17 Sep 2007 07:48:27 +0000 (07:48 +0000)]
updated kn translations
svn path=/trunk/; revision=18836
Amitakhya Phukan [Mon, 17 Sep 2007 07:01:09 +0000 (07:01 +0000)]
Updated assamese translations
svn path=/trunk/; revision=18835
Mugurel Tudor [Sat, 15 Sep 2007 18:46:07 +0000 (18:46 +0000)]
Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
2007-09-15 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation
by Mişu Moldovan <dumol@gnome.ro>
svn path=/trunk/; revision=18834
Artur Flinta [Sat, 15 Sep 2007 18:01:09 +0000 (18:01 +0000)]
Updated Polish translation by GNOME PL Team.
2007-09-15 Artur Flinta <aflinta@svn.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
svn path=/trunk/; revision=18833
Inaki Larranaga Murgoitio [Sat, 15 Sep 2007 17:42:21 +0000 (17:42 +0000)]
Updated Basque translation.
2007-09-15 Inaki Larranaga Murgoitio <dooteo@zundan.com>
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=18832
Michael Natterer [Sat, 15 Sep 2007 16:48:56 +0000 (16:48 +0000)]
don't simply crash if any of the pointer args are NULL. Instead,
2007-09-15 Michael Natterer <mitch@imendio.com>
* gtk/gtkselection.c (gtk_target_list_find): don't simply crash if
any of the pointer args are NULL. Instead, g_return_if_fail() on
"list != NULL" and allow to pass NULL as return location for "info".
svn path=/trunk/; revision=18831
Takeshi AIHANA [Sat, 15 Sep 2007 09:11:36 +0000 (09:11 +0000)]
Updated Japanese translation.
2007-09-15 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Updated Japanese translation.
svn path=/trunk/; revision=18830
Takeshi AIHANA [Sat, 15 Sep 2007 09:10:18 +0000 (09:10 +0000)]
Updated Japanese translation.
2007-09-15 Takeshi AIHANA <takehsi.aihana@gmail.com>
* ja.po: Updated Japanese translation.
svn path=/trunk/; revision=18829
Vladimer Sichinava [Fri, 14 Sep 2007 12:14:40 +0000 (12:14 +0000)]
Updated Georgian translation by Vladimer Sichinava <vsichi@gnome.org>
svn path=/trunk/; revision=18828
Vladimer Sichinava [Fri, 14 Sep 2007 12:01:11 +0000 (12:01 +0000)]
Updated Georgian translation by Vladimer Sichinava <vsichi@gnome.org>
svn path=/trunk/; revision=18827
Emmanuele Bassi [Fri, 14 Sep 2007 09:51:34 +0000 (09:51 +0000)]
Remove the warning for the "select-multiple" property getter. (#476686,
2007-09-14 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentaction.c:
* gtk/gtkrecentchoosermenu.c: Remove the warning for the
"select-multiple" property getter. (#476686, Christian Persch)
svn path=/trunk/; revision=18826
Michael Natterer [Fri, 14 Sep 2007 09:17:59 +0000 (09:17 +0000)]
no need to get the list of menubars twice.
2007-09-14 Michael Natterer <mitch@imendio.com>
* gtk/gtkmenubar.c (remove_from_window): no need to get the list
of menubars twice.
Some minor stylistic and indentation fixes.
svn path=/trunk/; revision=18825
Matthias Clasen [Fri, 14 Sep 2007 02:11:35 +0000 (02:11 +0000)]
Add bug ref
svn path=/trunk/; revision=18824
Matthias Clasen [Fri, 14 Sep 2007 02:11:01 +0000 (02:11 +0000)]
Turn off icon cache validation by default
svn path=/trunk/; revision=18823